module VFX
{

	item SmallTinCanEmpty
	{
		DisplayCategory = Junk,
		ItemType = base:normal,
		EatType = Bourbon,
		Weight = 0.1,
		Icon = VFX_SmallTinCanEmpty,
		IconFluidMask = VFX_SmallTinCan_Mask,
		MetalValue = 10,
		StaticModel = Base.VFX_SmallTinCanEmpty_SM,
		WorldStaticModel = Base.VFX_SmallTinCanEmpty,
		Tags = base:cookable;base:hasmetal;base:tincan;base:emptycan,
 
        	component FluidContainer
			{
				ContainerName		= SmallCanTin,
				RainFactor			= 0.5,
				capacity			= 0.125,
				CustomDrinkSound	= DrinkingFromCan,
			}
	}

	item PlasticPitcher
	{
		DisplayCategory = Junk,
		ItemType = base:normal,
		Weight = 0.1,

		FillFromDispenserSound = GetWaterFromDispenserPlasticMedium,
		FillFromLakeSound = GetWaterFromLakeSmall,
		FillFromTapSound = GetWaterFromTapPlasticMedium,
		FillFromToiletSound = GetWaterFromToilet,

		Tags = base:cookable;base:cookablemicrowave;VFX:Pitcher,

		IconFluidMask = VFX_Beverages_PlasticPitcher_Mask,

		Icon = VFX_PlasticPitcher,
		StaticModel = Base.VFX_PlasticPitcher,
		WorldStaticModel = Base.VFX_PlasticPitcher,

			component FluidContainer
			{
				ContainerName   	= PlasticPitcher,
				RainFactor			= 0.5,
				capacity        	= 1.0,
				CustomDrinkSound	= DrinkingFromBottlePlastic,
			}
	}

	item ProteinShaker
	{
		DisplayCategory = WaterContainer,
		ItemType = base:normal,
		Weight = 0.1,

		FillFromDispenserSound = GetWaterFromDispenserPlasticMedium,
		FillFromLakeSound = GetWaterFromLakeSmall,
		FillFromTapSound = GetWaterFromTapPlasticMedium,
		FillFromToiletSound = GetWaterFromToilet,

		Tags = base:cookable;base:cookablemicrowave;VFX:ProteinShaker,

		IconFluidMask = VFX_Beverages_ProteinShaker_Mask,

		Icon = VFX_Beverages_ProteinShaker,
		StaticModel = Base.VFX_ProteinShaker,
		WorldStaticModel = Base.VFX_ProteinShaker,

		component FluidContainer
		{
			ContainerName = ProteinShaker,
			RainFactor = 0.5,
			capacity = 0.5,
			CustomDrinkSound = DrinkingFromBottlePlastic,
		}
	}

	item MilkshakeGlass
	{
		DisplayCategory = WaterContainer,
		ItemType = base:normal,
		Weight = 0.2,

		FillFromDispenserSound = GetWaterFromDispenserGlass,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapGlass,
		FillFromToiletSound = GetWaterFromToilet,

		Tags = base:cookable;base:cookablemicrowave,

		IconFluidMask = VFX_Beverages_MilkshakeGlass_Mask,

		Icon = VFX_Beverages_MilkshakeGlass,
		StaticModel = Base.VFX_MilkshakeGlass,
		WorldStaticModel = Base.VFX_MilkshakeGlass,

		component FluidContainer
		{
			ContainerName = MilkshakeGlass,
			RainFactor = 0.5,
			capacity = 0.2,
			CustomDrinkSound = DrinkingFromMug,
		}
	}

	item EmptyJamJar
	{
		DisplayCategory = Cooking,
		ItemType = base:normal,
		EatType = Bourbon,
		Weight = 0.1,

		Tooltip = Tooltip_Jar,
		CustomDrinkSound = DrinkingFromMug,
		Tags = base:glass;base:cookable,

		Icon = VFX_Junk_EmptyJamJar,
		StaticModel = Base.VFX_EmptyJamJar,
		WorldStaticModel = Base.VFX_EmptyJamJar,
		
        	component FluidContainer
			{
				ContainerName		= EmptyJamJar,
				RainFactor			= 0.5,
				capacity			= 0.3,
				CustomDrinkSound	= DrinkingFromMug,
			}
	}

	item SmallJar
	{
		DisplayCategory = Cooking,
		ItemType = base:normal,
		EatType = Bourbon,
		Weight = 0.1,

		Tooltip = Tooltip_Jar,
		CustomDrinkSound = DrinkingFromMug,
		Tags = base:glass;base:cookable,

		Icon = VFX_Junk_SmallJar,
		StaticModel = Base.VFX_SmallJar,
		WorldStaticModel = Base.VFX_SmallJar,

			component FluidContainer
			{
				ContainerName = SmallJar,
				RainFactor = 0.5,
				Capacity = 0.5,
				CustomDrinkSound = DrinkingFromMug,
			}
	}

	item JarWithLid
	{
		DisplayCategory = Cooking,
		ItemType = base:normal,
		Weight = 0.3,
		Icon = VFX_Junk_JarWithLid,
		StaticModel = Base.VFX_JarWithLid,
		WorldStaticModel = Base.VFX_JarWithLid,
	}

	item SmallJarWithLid
	{
		DisplayCategory = Cooking,
		ItemType = base:normal,
		Weight = 0.2,
		Icon = VFX_Junk_SmallJar,
		StaticModel = Base.VFX_SmallJar,
		WorldStaticModel = Base.VFX_SmallJar,
	}

	item BottleCap
    {
		DisplayCategory = Junk,
        ItemType = base:normal,
        Weight = 0.01,
        Icon = VFX_Junk_BottleCap,
		StaticModel = Base.VFX_BottleCap,
        WorldStaticModel = Base.VFX_BottleCap,
    }

	item WoodenCheeseMold
	{
		DisplayCategory = Cooking,
		ItemType = base:normal,
		Weight = 0.3,
		Icon = VFX_Junk_WoodenCheeseMold,
		StaticModel = Base.VFX_WoodenCheeseMold,
		WorldStaticModel = Base.VFX_WoodenCheeseMold,
		Tags = base:isfirefuel,
	}
}
